home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / ada.lang < prev    next >
Text File  |  2004-09-06  |  1KB  |  42 lines

  1. # ADA 95 language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 10.06.2003
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18.  
  19. $KW_LIST(kwa)= abort else new return abs elsif not reverse abstract end null
  20. accept entry select access exception  separate  aliased exit of  subtype  all
  21. or  and  for  others tagged  array function out task  at terminate generic
  22. package then  begin goto pragma type  body private if procedure case in 
  23. protected   until  constant is  use raise declare   range when  delay limited
  24. record while  delta loop rem  with digits renames do mod  requeue xor
  25.  
  26. $KW_LIST(kwb)=boolean integer natural positive float character 
  27. string duration short_integer long_integer short_float long_float 
  28.  
  29. $KW_LIST(kwc)=wide_character wide_string short_short_integer long_long_integer 
  30. short_short_float long_long_float
  31.  
  32.  
  33. $STRINGDELIMITERS="
  34.  
  35. $SL_COMMENT=--
  36.  
  37. $IGNORECASE=true
  38.  
  39. $ESCCHAR=\
  40.  
  41. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / *  %  + - '
  42.